How to edit the Bio/Text box.
1.	Open the file sidebar.php
2.	Near the top (row 9) you see the text "text box", replace this text with whatever you want your bio box to be called.
3.	Replace the text on the row below to change the text inside the Bio/Text box. You can use html to style the text and create links within the biobox.
4.	Save and upload to the pink-orchid directory.
5.	Done

How to remove the ad pictures
1.	open the file sidebar.php
2.	Find and remove text  (in two different place)
<div class="ad-blocks">
<img src="<?php bloginfo('template_directory'); ?>/ads/125-ad.jpg" />
 <img src="<?php bloginfo('template_directory'); ?>/ads/125-ad.jpg" />
<img src="<?php bloginfo('template_directory'); ?>/ads/125-ad.jpg" />   
</div>
3.	Save file and upload.
4.	Done

How to change ads

1.	Upload ad image to the ads folder in the pink-orchid theme folder
2.	Open the file sidebar.php
3.	Find text  (Present in two different place)
<div class="ad-blocks">
<img src="<?php bloginfo('template_directory'); ?>/ads/125-ad.jpg" />
 <img src="<?php bloginfo('template_directory'); ?>/ads/125-ad.jpg" />
<img src="<?php bloginfo('template_directory'); ?>/ads/125-ad.jpg" />   
</div>
4.	Change 125-ad.png to the name of your ad picture in the ad spot you want to add the image
5.	If you want to use a ad image not on your server you change <?php bloginfo('template_directory'); ?>/ads/125-ad.jpg to the full URL to the ad image


